Skip to main content

Featured

Anthropic MCQ : Deep Dive into AI Evaluation, Architecture, and Anthropic Safety Frameworks

As artificial intelligence models advance at an unprecedented pace, understanding how these systems are trained, evaluated, and secured is more critical than ever. Whether you are prepping for an AI certification exam or keeping up with frontier safety policies, this comprehensive Q&A guide breaks down key industry benchmarks, machine learning architectures, and Anthropic’s safety protocols. Q1: What does the SWE-bench evaluation framework directly test? Answer: Bug fixing in real projects. SWE-bench evaluates an AI agent’s capability to resolve end-to-end, real-world software engineering problems. Instead of testing isolated code snippets, it drops the model into a large, existing open-source GitHub repository alongside a human-written issue description. The agent must independently navigate the codebase, write a functional git patch, and pass the repository's containerized unit tests to verify the fix. Q2: What is Claude 3.5 Sonnet's official baseline performance o...

DXC TECHNOLOGY CAMPUS HIRING QUESTIONS - 2020 - Online Test

Hello, friends hope you guys are doing good amid this COVID situation. Today I'm writing this blog about DXC Technology recently asked questions in online tests. Hope that you guys know about the latest hiring pattern about the company and if not then don't worry the company will organize a session about this for your college surely. I gave my DXC Technology online test on 29th August 2020. So I'm writing this blog to help you guys. I will mainly write about the technical questions because I believe you guys are well prepared in quant, LR, DI, etc. I will request to comment down the answers so that I can help you if you are wrong.

Q1. _______ is associated with web services.

a) WSDL b) WML c) web sphere d) web logic

Q2. .Any large single block of data stored in a database, such as a picture or sound file, which does not include record fields, and cannot be directly searched by the database search engine is known as

a) TABLE b) BLOB c) VIEW d) SCHEME

Q3. A reserved area of the immediate access memory used to increase the running speed of the computer program is known as

 a) session memory b) bubble memory c) cache memory d) shared memory

Q4. A small subnet that sit between a trusted internal network and an untrusted external network, such as the public internet is

 a) LAN b) MAN c) WAN d) DMZ

Q5. The technology that uses radio waves to automatically identify people or objects, which is very similar to the barcode identification systems, seen in retail stores every day is

 a)BLUETOOTH b) RADAR c)RSA SECURE ID d)RFID

Q6. int main()

{

    printf("%c", 5["GOOGLESEARCH"]);

    return 0;

}

what will be the output of the program?

a) Compilation Error b) L c)  Runtime Error d) E


Q7. integer a, b, c

set a = 3, b = 1

for (each c from b to a)

    if(a + b > 0)

        b  = a

        continue

    end if

a = a + b

a = a - 1

end for

print a

what will be the output?

a) 2 b) 1 c) 3 d) 8

Q8. integer a, b, c

set a = 1, b = 6, c =12

if(a > b)

    if(a > c)

        print c+ b

    else

        print b

    end if

else

    print b +1

end if

output will be ___

a) 6 b) 7 c) 8 d) 9

Q9. find output for x1 = 2

integer merge(integer x1)

    if(x1 < 3)

        merge(merge(x1 + 1))

    end if

    return x1

end function merge()

a) 2 b) 1 c) 3 d) 4

Q10. predict the output of the following pseudocode?

integer a1, p1

set a1 = 15

a1 = a1 - 1

a1 = a1 * 2 + 8

a1 = a1 / 2 + 9 * 5

p1 = a1 / 5 + 6

print p1

a) 3 b) 19 c) 18 d) 23


I had my Capgemini test yesterday. I will share some of the questions that I remember in the next blog post.

Till then solve these questions and comment down your answers. Thank you. 😀

Comments

Post a Comment

If you have any doubts feel free to write here. One of our executives will reach back to you.